func crypto/ecdsa.pointToAffine
2 uses
crypto/ecdsa (current package)
ecdsa.go#L381: x, y, err := pointToAffine(curve, pub.Bytes())
ecdsa.go#L432: func pointToAffine(curve elliptic.Curve, p []byte) (x, y *big.Int, err error) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)